Part Number Hot Search : 
PN2933 HV264 AS170 61LV1 OP27EP 37N06 BBY5702 C8225
Product Description
Full Text Search
 

To Download EAW082-XLG Datasheet File

  If you can't view the Datasheet, Please click here to try to view without PDF Reader .  
 
 


  Datasheet File OCR Text:
  oled-displays incl. controller 8-bit and 4-bit issue 07.2013 zeppelinstr. 19 d-82205 gilching phone +49-8105-77 80 90 fax +49-8105-77 80 99 www.lcd-module.de info@lcd-module.de technical data * integrated controller (hd44780-like) * input 4- or 8-bit data-bus, 3 control-wires(r/w, e, rs) * ascii-char set and special symbols stored in character-rom * up to 8 characters (ascii-code 0..7) can be definied by user * different functions with one instruction: - clear display, cursor home, cursor on/off, blinking cursor - shift display, shift cursor, read/write display data, etc. * simple supply (3.3..5v). * low power consumption (15..50 ma) * operating temperature -40..+80c * 4 integrated fonts accessories * frames (see table) oled part-number row x column char height module size viewing area accessories (frames) hints drawing page b h t b h ea w082-xlg 2x8 5.5 58.0 32.0 10.0 38.0 16.0 --- yellow/green 7 ea w162-x3lw 2x16 5.5 80.0 36.0 10.0 66.0 16.0 ea 017-2u icewhite 7 ea w162-x3lg 2x16 5.5 ea 017-2u yellow/green 7 ea w162-x9lg 2x16 5.5 85.0 36.0 10.0 66.0 16.0 ea 017-2u yellow/green 8 ea w162-xlg 2x16 5.5 84.0 44.0 10.0 66.0 16.0 ea 017-2u yellow/green 8 ea w162-xblw 2x16 8.9 122.0 55.0 10.0 99.0 24.0 ea 017-12u icewhite 9 ea w162-xblg 2x16 8.9 ea 017-12u yellow/green 9 ea w202-xlg 2x20 5.5 116.0 37.0 9.8 85.0 18.6 ea 017-7u yellow/green 9 ea w204-xlg 4x20 5.5 98.0 60.0 10.0 70.0 25.2 ea 017-9u yellow/green 10
oled-displays page 2 specifications may be changed without prior notice. printing error reserverd character set
oled-displays page 3 specifications may be changed without prior notice. printing error reserverd pinout self definied character all these character display modules got the feature to create 8 own characters (ascii codes 0..7) in addition to the rom fixed codes. 1.) the command ?cg ram address set? defines the ascii code (bit 3,4,5) and the dot line (bit 0,1,2) of the new character. example demonstrates creating ascii code $00. 2.) doing 8 times the write command ?data write? defines line by line the new character. 8th. byte stands for the cursor line. 3.) the new defined character can be used as a ?normal? ascii code (0..7); use with ?dd ram address set? and ?data write?. adresse im cg ram setzen daten des zeichens adresse hex bit hex 7 6 5 4 3 2 1 0 01 000 000 $40 xxx 0010 0 $04 001 $41 0010 0 $04 010 $42 0 0 1 0 0 $04 011 $43 0 0 1 0 0 $04 100 $44 1010 1 $15 101 $45 0111 0 $0e 110 $46 0 0 1 0 0 $04 111 $47 0 0 0 0 0 $00 it must be noted that the character font setting must be performed at the head of the program before executing any instructions other than the busy flag and address instruction. otherwise, the function set instruction cannot be executed unless the interface data length is changed. it is possible to choose one of the shown char sets. the english/japanese char set is setted by default . you have to set the bits ft1/ft0 of function set register: ft 1 ft 0 description 0 0 englisch japanese character font table 0 1 western european character font table 1 1 0 english russian character font table 1 1 western european character font table 2 pin symbol level descript ion 8 bit-mode 4 bit-mode 1 gnd l(0v) ground ground 2 vcc h(5v) supply voltage supply voltage 3 n.c. --- not connected not connected 4 rs h/l h: data, l: instruction code h: data, l: instruction code 5 r/w h/l h: read, l: write h: read, l: write 6 e h, h- >l enable enable 7 db0 h/l data bit 0 (lsb) do not connect 8 db1 h/l data bit 1 do not connect 9 db2 h/l data bit 2 do not connect 10 db3 h/l data bit 3 do not connect 11 db4 h/l data bit 4 data bit 0 (lsb) 12 db5 h/l data bit 5 data bit 1 13 db6 h/l data bit 6 data bit 2 14 db7 h/l data bit 7 (msb) data bit 3 (msb) 15 n.c. --- not connected not connected 16 n.c. --- not connected not connected
oled-displays page 4 specifications may be changed without prior notice. printing error reserverd instruction set notes on the instruction set: 1. after the cgram/ddram read or write instruction has been executed, the ram address counter is incremented or decremented by 1. after the busy flag is turned off, the ram address is updated. 2. i/d =increment/decrement bit i/d=?1": increment i/d=?0": decrement 3. s =shift entire display control bit. s=?0?, shift function disable. s=?1?, shift function enable. 4. bf =busy flag bf=?1": internal operating in progress bf=?0": no internal operation is being executed, next instruction can be accepted. 5. r/l =shift right/left r/l=?1": shift to the right r/l=?0": shift to the left 6. s/c =display shift/cursor move s/c=?1": display shift s/c=?0": cursor move 7. g/c =graphic/character mode selection. g/c=?0?, character mode is selected. g/c=?1?, graphic mode is selected. 8. pwr =internal dcdc on/of control. pwr=?1?, dcdc on. pwr=?0?, dcdc off. 9. ddram =display data ram 10. cgram =character generator ram 11. acg =cgram address 12. add =address counter address (corresponds to cursor address) 13. ac =address counter (used for ddram and cgram addresses) 14. f =character pattern mode f=?1": 5 x 10 dots f=?0": 5 x 8 dots 15. n =number of lines displayed n=?1": 2- and 4-line display n=?0": 1-line display instruction code description max. execution time when fsp or fosc=250khz rs r/w db7 db6 db5 db4 db3 db2 db1 db0 clear dis play 0 0 0 0 0 0 0 0 0 1 clear s entir e dis play , sets ddra m- address 0 into addre sscounter 6.2ms retur n home 0 0 0 0 0 0 0 0 1 0 sets ddra m- address 0 into addre sscounter. returns shifted display to original pos ition. ddra m c ontents r emain unc hanged. 0ms entry mode set 0 0 0 0 0 0 0 1 i/d s sets cursor move direction and specifies display shift.(these operations are performed during data w rite and read.) 0ms display on/off control 0 0 0 0 0 0 1 d c b sets entire display (d) on/off. sets cursor (c) on/off. sets blinking (b) of cursor position character. 0ms cursor/display shift/mode/pw r 0 0 0 0 0 1 s/c r/l 0 0 moves cursor and shifts display w ithout changing ddra mc ontents . 0ms g/c (0) pwr 1 1 sets graphic/character mode sets internal pow er on/off 0ms function set 0 0 0 0 1 dl n f ft1 ft0 sets interface data length (dl). sets number of display lines (n). sets character font (f). sets font table (ft). 0ms set cgram address 0 0 0 1 acg acg acg acg acg acg sets cgram address. cgram data is sent and received after this setting. 0ms set ddra m a ddr es s 0 0 1 add add add add add add add sets ddra m a ddr es s . the ddra m data is s ent and r ec eiv ed af ter this s etting. 0ms read busy flag and address 0 1 bf ac ac ac ac ac ac ac reads busy flag (bf) indicating that internal operation is being performed. reads address counter contents. 0ms write data into the cgram or ddra m 1 0 write data wr ites data into the cgra m or ddra m 0ms read data from the cgram or ddra m 1 1 read data reads data from the cgram or ddra m 0ms
oled-displays page 5 specifications may be changed without prior notice. printing error reserverd initialisation examples void initdisplay ( void ) { rs_dd=1; //rs pin as output rw_dd=1; //rw pin as output en_dd=1; //en pin as output writeins(0x39); //function set european chararacter set writeins(0x08); //display off writeins(0x06); //entry mode set increment cursor by 1 not shifting display writeins(0x17); //character mode and internel power on writeins(0x01); //clear display writeins(0x02); //return home writeins(0x0c); //display on } void writeins( char instruction) { checkbusy(); data_port_dd=0xff; //dataport as output rs = 0; rw = 0; data_port = instruction; //set data on outputport en = 1; //set enable to high wait(10); //wait 1us (stabilize outputport) en = 0; //reset enable to low } initialisation example: 4-bit rs r/w db7 db6 db5 db4 db3 db2 db1 db0 hex description 0 0 0 0 1 0 1 0 0 0 $28 function set, english/japanese char set, 4-bit note: western european charset not available 0 0 0 0 0 0 1 0 0 0 $08 display off 0 0 0 0 0 0 0 1 1 0 $06 entry mode set, increment cursor by 1 not shifting display 0 0 0 0 0 1 0 1 1 1 $17 character mode and internel power on (have to turn on internel power to get the best brightness) 0 0 0 0 0 0 0 0 0 1 $01 clear display 0 0 0 0 0 0 0 0 1 0 $02 return home 0 0 0 0 0 0 1 1 0 0 $0c display on initialisation example: 8-bit rs r/w db7 db6 db5 db4 db3 db2 db1 db0 hex description 0 0 0 0 1 1 1 0 0 1 $39 function set, western european character set, 8-bit 0 0 0 0 0 0 1 0 0 0 $08 display off 0 0 0 0 0 0 0 1 1 0 $06 entry mode set, increment cursor by 1 not shifting display 0 0 0 0 0 1 0 1 1 1 $17 character mode and internel power on (have to turn on internel power to get the best brightness) 0 0 0 0 0 0 0 0 0 1 $01 clear display 0 0 0 0 0 0 0 0 1 0 $02 return home 0 0 0 0 0 0 1 1 0 0 $0c display on void initdisplay( void ) { rs_dd=1; //rs-pin as output en_dd=1; //en-pin as output rw_dd=1; //rw-pin as output rs = 0; //rs-pin to low rw = 0; //rw-pin to low en = 0; //en-pin to low send_nibble(0x03); //be sure to send_nibble(0x03); //be in send_nibble(0x03); //8-bit-mode send_nibble(0x02); //switch to 4 bit wait(50); //wait 5us writeins(0x28); //4-bit-mode writeins(0x08); //display off writeins(0x06); //entry mode set increment cursor by 1 not shifting display writeins(0x17); //character mode and internel power on writeins(0x01); //clear display writeins(0x02); //return home writeins(0x0c); //display on void send_nibble ( char data) { data_por t = data; //output data en=1; wait(10); //wait 1us (stabilize outupt) en=0; wait(10); //wait 1us (stabilize outupt) } void writeins( char instruction) { checkbusy(); data_port_dd=0x0f; //dataport as output rs = 0; rw = 0; send_nibble((instruction&0xf0)>>4); //highbyte send_nibble(instruction&0x0f); //lowbyte }
oled-displays page 6 specifications may be changed without prior notice. printing error reserverd electrical characteristics vcc=5,0v , ta=25c absolute maximum ratings item symbol test condition standard value unit min. typ. max input "high" voltage vih - 0.9 vdd - vdd v input "low" voltage vil - gnd - 0.1 vdd v output "high" voltage voh ioh=-0.5ma 0.8 vdd - vdd v output "low" voltage vol iol=0.5ma gnd - 0.2 vdd v power supply current icc vdd=5v 15..50ma a item symbol standard value unit min. max power supply voltage for logic vdd-gnd -0.3 5.3 v input voltage vi -0.3 vdd v operating temperature top -40 80 c storage temperature tst -40 80 c timing 8-bit interface it must be noted: supplied with 3.3v reduces brightness compered to 5v
oled-displays page 7 specifications may be changed without prior notice. printing error reserverd ea w162-x3lw (icewhite) frame ea w162-x3lg (yellow/green) ea 017-2u ea w082-xlg
oled-displays page 8 specifications may be changed without prior notice. printing error reserverd ea w162-xlw (icewhite) frame ea w162-xlg (yellow/green) ea 017-2u ea w162-x9lg frame ea 017-2u
oled-displays page 9 specifications may be changed without prior notice. printing error reserverd ea w162-xblw (icewhite) frame ea w162-xblg (yellow/green) ea 017-12u ea w202-xlg frame ea 017-7u
oled-displays page 10 specifications may be changed without prior notice. printing error reserverd ea w204-xlg frame ea 017-9u
oled-displays page 11 specifications may be changed without prior notice. printing error reserverd no tes
oled-displays page 12 zeppelinstr. 19 d-82205 gilching phone +49-8105-77 8090 fax +49-8105-77 80 99 www.lcd-module.de info@lcd-module.de electronic assembly reserves the right to change specifications without prior notice. printing and typographical errors reserved. no tes
mouser electronics authorized distributor click to view pricing, inventory, delivery & lifecycle information: electronic assembly: ? ea w082-xlg? ea w162-x3lg? ea w162-x3lw? ea w162-x9lg? ea w162-xblg? ea w162-xblw? ea w162-xlg ? ea w202-xlg? ea w204-xlg


▲Up To Search▲   

 
Price & Availability of EAW082-XLG

All Rights Reserved © IC-ON-LINE 2003 - 2022  

[Add Bookmark] [Contact Us] [Link exchange] [Privacy policy]
Mirror Sites :  [www.datasheet.hk]   [www.maxim4u.com]  [www.ic-on-line.cn] [www.ic-on-line.com] [www.ic-on-line.net] [www.alldatasheet.com.cn] [www.gdcy.com]  [www.gdcy.net]


 . . . . .
  We use cookies to deliver the best possible web experience and assist with our advertising efforts. By continuing to use this site, you consent to the use of cookies. For more information on cookies, please take a look at our Privacy Policy. X